home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / fileutil.13 / fileutil / fileutils-3.13 / config.h.in < prev    next >
Encoding:
Text File  |  1996-07-08  |  11.4 KB  |  413 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define if the closedir function returns void instead of int.  */
  14. #undef CLOSEDIR_VOID
  15.  
  16. /* Define to empty if the keyword does not work.  */
  17. #undef const
  18.  
  19. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  20.    This function is required for alloca.c support on those systems.  */
  21. #undef CRAY_STACKSEG_END
  22.  
  23. /* Define to the type of elements in the array set by `getgroups'.
  24.    Usually this is either `int' or `gid_t'.  */
  25. #undef GETGROUPS_T
  26.  
  27. /* Define to `int' if <sys/types.h> doesn't define.  */
  28. #undef gid_t
  29.  
  30. /* Define if you have alloca, as a function or macro.  */
  31. #undef HAVE_ALLOCA
  32.  
  33. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  34. #undef HAVE_ALLOCA_H
  35.  
  36. /* Define if you don't have vprintf but do have _doprnt.  */
  37. #undef HAVE_DOPRNT
  38.  
  39. /* Define if you have the getmntent function.  */
  40. #undef HAVE_GETMNTENT
  41.  
  42. /* Define if you have a working `mmap' system call.  */
  43. #undef HAVE_MMAP
  44.  
  45. /* Define if your struct stat has st_blocks.  */
  46. #undef HAVE_ST_BLOCKS
  47.  
  48. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  49. #undef HAVE_UTIME_NULL
  50.  
  51. /* Define if you have the vprintf function.  */
  52. #undef HAVE_VPRINTF
  53.  
  54. /* Define as __inline if that's what the C compiler calls it.  */
  55. #undef inline
  56.  
  57. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  58. #undef MAJOR_IN_MKDEV
  59.  
  60. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  61. #undef MAJOR_IN_SYSMACROS
  62.  
  63. /* Define if on MINIX.  */
  64. #undef _MINIX
  65.  
  66. /* Define to `int' if <sys/types.h> doesn't define.  */
  67. #undef mode_t
  68.  
  69. /* Define to `long' if <sys/types.h> doesn't define.  */
  70. #undef off_t
  71.  
  72. /* Define if the system does not provide POSIX.1 features except
  73.    with this defined.  */
  74. #undef _POSIX_1_SOURCE
  75.  
  76. /* Define if you need to in order for stat and other things to work.  */
  77. #undef _POSIX_SOURCE
  78.  
  79. /* Define as the return type of signal handlers (int or void).  */
  80. #undef RETSIGTYPE
  81.  
  82. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  83. #undef size_t
  84.  
  85. /* If using the C implementation of alloca, define if you know the
  86.    direction of stack growth for your system; otherwise it will be
  87.    automatically deduced at run-time.
  88.     STACK_DIRECTION > 0 => grows toward higher addresses
  89.     STACK_DIRECTION < 0 => grows toward lower addresses
  90.     STACK_DIRECTION = 0 => direction of growth unknown
  91.  */
  92. #undef STACK_DIRECTION
  93.  
  94. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  95. #undef STAT_MACROS_BROKEN
  96.  
  97. /* Define if you have the ANSI C header files.  */
  98. #undef STDC_HEADERS
  99.  
  100. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  101. #undef TIME_WITH_SYS_TIME
  102.  
  103. /* Define if your <sys/time.h> declares struct tm.  */
  104. #undef TM_IN_SYS_TIME
  105.  
  106. /* Define to `int' if <sys/types.h> doesn't define.  */
  107. #undef uid_t
  108.  
  109. /* Define if you have the Andrew File System.  */
  110. #undef AFS
  111.  
  112. /* Define to 1 if NLS is requested.  */
  113. #undef ENABLE_NLS
  114.  
  115. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  116. #undef GWINSZ_IN_SYS_IOCTL
  117.  
  118. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  119. #undef HAVE_CATGETS
  120.  
  121. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  122. #undef HAVE_GETTEXT
  123.  
  124. /* Define if your locale.h file contains LC_MESSAGES.  */
  125. #undef HAVE_LC_MESSAGES
  126.  
  127. /* Define to 1 if you have the stpcpy function.  */
  128. #undef HAVE_STPCPY
  129.  
  130. /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
  131. #undef ino_t
  132.  
  133. /* Define if there is a member named d_ino in the struct describing
  134.    directory headers.  */
  135. #undef D_INO_IN_DIRENT
  136.  
  137. /* Define if `struct utimbuf' is declared -- usually in <utime.h>.  */
  138. #undef HAVE_STRUCT_UTIMBUF
  139.  
  140. /* Define if there is no specific function for reading the list of
  141.    mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
  142. #undef MOUNTED_FREAD
  143.  
  144. /* Define if (like SVR2) there is no specific function for reading the
  145.    list of mounted filesystems, and your system has these header files:
  146.    <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
  147. #undef MOUNTED_FREAD_FSTYP
  148.  
  149. /* Define if there is a function named getfsstat for reading the list
  150.    of mounted filesystems.  [DEC Alpha running OSF/1]  */
  151. #undef MOUNTED_GETFSSTAT
  152.  
  153. /* Define if there is a function named getmnt for reading the list of
  154.    mounted filesystems.  [Ultrix]  */
  155. #undef MOUNTED_GETMNT
  156.  
  157. /* Define if there is a function named getmntent for reading the list
  158.    of mounted filesystems, and that function takes a single argument.
  159.    [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
  160. #undef MOUNTED_GETMNTENT1
  161.  
  162. /* Define if there is a function named getmntent for reading the list of
  163.    mounted filesystems, and that function takes two arguments.  [SVR4]  */
  164. #undef MOUNTED_GETMNTENT2
  165.  
  166. /* Define if there is a function named getmntinfo for reading the list
  167.    of mounted filesystems.  [4.4BSD]  */
  168. #undef MOUNTED_GETMNTINFO
  169.  
  170. /* Define if there is a function named listmntent that can be used to
  171.    list all mounted filesystems. [UNICOS] */
  172. #undef MOUNTED_LISTMNTENT
  173.  
  174. /* Define if there is a function named mntctl that can be used to read
  175.    the list of mounted filesystems, and there is a system header file
  176.    that declares `struct vmount.'  [AIX]  */
  177. #undef MOUNTED_VMOUNT
  178.  
  179. /* Define to the name of the distribution.  */
  180. #undef PACKAGE
  181.  
  182. /* The concatenation of the strings PACKAGE, "-", and VERSION.  */
  183. #undef PACKAGE_VERSION
  184.  
  185. /* Define to 1 if ANSI function prototypes are usable.  */
  186. #undef PROTOTYPES
  187.  
  188. /*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
  189. #undef STAT_STATFS3_OSF1
  190.  
  191. /* Define if there is no specific function for reading filesystems usage
  192.    information and you have the <sys/filsys.h> header file.  [SVR2]  */
  193. #undef STAT_READ_FILSYS
  194.  
  195. /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
  196.    [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
  197. #undef STAT_STATFS2_BSIZE
  198.  
  199. /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
  200.    [4.4BSD, NetBSD]  */
  201. #undef STAT_STATFS2_FSIZE
  202.  
  203. /* Define if statfs takes 2 args and the second argument has
  204.    type struct fs_data.  [Ultrix]  */
  205. #undef STAT_STATFS2_FS_DATA
  206.  
  207. /* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
  208. #undef STAT_STATFS4
  209.  
  210. /* Define if there is a function named statvfs.  [SVR4]  */
  211. #undef STAT_STATVFS
  212.  
  213. /* Define if the block counts reported by statfs may be truncated to 2GB
  214.    and the correct values may be stored in the f_spare array.
  215.    [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem.
  216.    SunOS 4.1.1 seems not to be affected.]  */
  217. #undef STATFS_TRUNCATES_BLOCK_COUNTS
  218.  
  219. /* Define to the version of the distribution.  */
  220. #undef VERSION
  221.  
  222. /* Define if you have the __argz_count function.  */
  223. #undef HAVE___ARGZ_COUNT
  224.  
  225. /* Define if you have the __argz_next function.  */
  226. #undef HAVE___ARGZ_NEXT
  227.  
  228. /* Define if you have the __argz_stringify function.  */
  229. #undef HAVE___ARGZ_STRINGIFY
  230.  
  231. /* Define if you have the bcopy function.  */
  232. #undef HAVE_BCOPY
  233.  
  234. /* Define if you have the dcgettext function.  */
  235. #undef HAVE_DCGETTEXT
  236.  
  237. /* Define if you have the endgrent function.  */
  238. #undef HAVE_ENDGRENT
  239.  
  240. /* Define if you have the endpwent function.  */
  241. #undef HAVE_ENDPWENT
  242.  
  243. /* Define if you have the fchdir function.  */
  244. #undef HAVE_FCHDIR
  245.  
  246. /* Define if you have the ftime function.  */
  247. #undef HAVE_FTIME
  248.  
  249. /* Define if you have the ftruncate function.  */
  250. #undef HAVE_FTRUNCATE
  251.  
  252. /* Define if you have the getcwd function.  */
  253. #undef HAVE_GETCWD
  254.  
  255. /* Define if you have the getgroups function.  */
  256. #undef HAVE_GETGROUPS
  257.  
  258. /* Define if you have the getmntinfo function.  */
  259. #undef HAVE_GETMNTINFO
  260.  
  261. /* Define if you have the getpagesize function.  */
  262. #undef HAVE_GETPAGESIZE
  263.  
  264. /* Define if you have the gettimeofday function.  */
  265. #undef HAVE_GETTIMEOFDAY
  266.  
  267. /* Define if you have the isascii function.  */
  268. #undef HAVE_ISASCII
  269.  
  270. /* Define if you have the lchown function.  */
  271. #undef HAVE_LCHOWN
  272.  
  273. /* Define if you have the listmntent function.  */
  274. #undef HAVE_LISTMNTENT
  275.  
  276. /* Define if you have the memcpy function.  */
  277. #undef HAVE_MEMCPY
  278.  
  279. /* Define if you have the mkfifo function.  */
  280. #undef HAVE_MKFIFO
  281.  
  282. /* Define if you have the munmap function.  */
  283. #undef HAVE_MUNMAP
  284.  
  285. /* Define if you have the putenv function.  */
  286. #undef HAVE_PUTENV
  287.  
  288. /* Define if you have the setenv function.  */
  289. #undef HAVE_SETENV
  290.  
  291. /* Define if you have the setlocale function.  */
  292. #undef HAVE_SETLOCALE
  293.  
  294. /* Define if you have the statvfs function.  */
  295. #undef HAVE_STATVFS
  296.  
  297. /* Define if you have the stpcpy function.  */
  298. #undef HAVE_STPCPY
  299.  
  300. /* Define if you have the strcasecmp function.  */
  301. #undef HAVE_STRCASECMP
  302.  
  303. /* Define if you have the strchr function.  */
  304. #undef HAVE_STRCHR
  305.  
  306. /* Define if you have the strerror function.  */
  307. #undef HAVE_STRERROR
  308.  
  309. /* Define if you have the strrchr function.  */
  310. #undef HAVE_STRRCHR
  311.  
  312. /* Define if you have the valloc function.  */
  313. #undef HAVE_VALLOC
  314.  
  315. /* Define if you have the <argz.h> header file.  */
  316. #undef HAVE_ARGZ_H
  317.  
  318. /* Define if you have the <dirent.h> header file.  */
  319. #undef HAVE_DIRENT_H
  320.  
  321. /* Define if you have the <errno.h> header file.  */
  322. #undef HAVE_ERRNO_H
  323.  
  324. /* Define if you have the <fcntl.h> header file.  */
  325. #undef HAVE_FCNTL_H
  326.  
  327. /* Define if you have the <limits.h> header file.  */
  328. #undef HAVE_LIMITS_H
  329.  
  330. /* Define if you have the <locale.h> header file.  */
  331. #undef HAVE_LOCALE_H
  332.  
  333. /* Define if you have the <malloc.h> header file.  */
  334. #undef HAVE_MALLOC_H
  335.  
  336. /* Define if you have the <mntent.h> header file.  */
  337. #undef HAVE_MNTENT_H
  338.  
  339. /* Define if you have the <mnttab.h> header file.  */
  340. #undef HAVE_MNTTAB_H
  341.  
  342. /* Define if you have the <ndir.h> header file.  */
  343. #undef HAVE_NDIR_H
  344.  
  345. /* Define if you have the <nl_types.h> header file.  */
  346. #undef HAVE_NL_TYPES_H
  347.  
  348. /* Define if you have the <string.h> header file.  */
  349. #undef HAVE_STRING_H
  350.  
  351. /* Define if you have the <sys/dir.h> header file.  */
  352. #undef HAVE_SYS_DIR_H
  353.  
  354. /* Define if you have the <sys/filsys.h> header file.  */
  355. #undef HAVE_SYS_FILSYS_H
  356.  
  357. /* Define if you have the <sys/fs_types.h> header file.  */
  358. #undef HAVE_SYS_FS_TYPES_H
  359.  
  360. /* Define if you have the <sys/fstyp.h> header file.  */
  361. #undef HAVE_SYS_FSTYP_H
  362.  
  363. /* Define if you have the <sys/ioctl.h> header file.  */
  364. #undef HAVE_SYS_IOCTL_H
  365.  
  366. /* Define if you have the <sys/mount.h> header file.  */
  367. #undef HAVE_SYS_MOUNT_H
  368.  
  369. /* Define if you have the <sys/ndir.h> header file.  */
  370. #undef HAVE_SYS_NDIR_H
  371.  
  372. /* Define if you have the <sys/param.h> header file.  */
  373. #undef HAVE_SYS_PARAM_H
  374.  
  375. /* Define if you have the <sys/statfs.h> header file.  */
  376. #undef HAVE_SYS_STATFS_H
  377.  
  378. /* Define if you have the <sys/statvfs.h> header file.  */
  379. #undef HAVE_SYS_STATVFS_H
  380.  
  381. /* Define if you have the <sys/time.h> header file.  */
  382. #undef HAVE_SYS_TIME_H
  383.  
  384. /* Define if you have the <sys/vfs.h> header file.  */
  385. #undef HAVE_SYS_VFS_H
  386.  
  387. /* Define if you have the <sys/wait.h> header file.  */
  388. #undef HAVE_SYS_WAIT_H
  389.  
  390. /* Define if you have the <unistd.h> header file.  */
  391. #undef HAVE_UNISTD_H
  392.  
  393. /* Define if you have the <utime.h> header file.  */
  394. #undef HAVE_UTIME_H
  395.  
  396. /* Define if you have the <values.h> header file.  */
  397. #undef HAVE_VALUES_H
  398.  
  399. /* Define if you have the bsd library (-lbsd).  */
  400. #undef HAVE_LIBBSD
  401.  
  402. /* Define if you have the i library (-li).  */
  403. #undef HAVE_LIBI
  404.  
  405. /* Define if you have the intl library (-lintl).  */
  406. #undef HAVE_LIBINTL
  407.  
  408. /* Define if you have the ldgc library (-lldgc).  */
  409. #undef HAVE_LIBLDGC
  410.  
  411. /* Define if you have the ypsec library (-lypsec).  */
  412. #undef HAVE_LIBYPSEC
  413.